net.TCPListener.ok (method)
7 uses
net (current package)
tcpsock.go#L362: if !l.ok() {
tcpsock.go#L371: if !l.ok() {
tcpsock.go#L384: if !l.ok() {
tcpsock.go#L397: if !l.ok() {
tcpsock.go#L414: if !l.ok() {
tcpsock.go#L431: if !l.ok() {
tcpsock_posix.go#L156: func (ln *TCPListener) ok() bool { return ln != nil && ln.fd != nil }
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |